home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 13 / CD Expert nº 13 Earthworm Jim.7z / CD Expert nº 13 Earthworm Jim.bin / assets / theme1.bat < prev    next >
DOS Batch File  |  1996-01-11  |  6KB  |  220 lines

  1. @echo off
  2.  
  3. REM **********
  4. REM EARTHWORM JIM DESKTOP THEME
  5. REM FOR MICROSOFT PLUS!
  6. REM COPYRIGHT 1995 ACTIVISION
  7. REM DO NOT DISTRIBUTE
  8. REM DO NOT MODIFY
  9. REM CREATED BY TIN GUERRERO
  10. REM FRENCH VERSION
  11. REM **********
  12.  
  13. REM ***** COMMAND LINE & PARAMETERS *****
  14. REM The command line is deciphered as...
  15. REM   THEME action path
  16. REM with a sample line that looks like...
  17. REM   THEME install C:\PROGRAM FILES\PLUS!\THEMES
  18.  
  19. REM ***** INSTALL OR UNINSTALL? *****
  20. REM ** capture 2 parameters **
  21. set action=%1
  22. SHIFT
  23. set path=%1
  24. REM ** source of files **
  25. set source=EWJTHEME
  26.  
  27. REM ** determine if install or uninstall **
  28. if %action%==INSTALL goto install
  29. if %action%==UNINSTALL goto uninstall
  30. goto errorend
  31.  
  32.  
  33. REM ***** INSTALL *****
  34. :install
  35. echo.
  36. echo BIENVENUE.
  37. echo.
  38. echo Appuyez sur une toche pour INSTALLER les fichiers du Themè du
  39. echo bureau Earthworm Jim sur votre disque dur. Ceci nécessite
  40. echo environ 800Ko d'espace disque libre. Une fois l'installation
  41. echo terminée, lancez le programme des Thèmes du bureau de Microsoft
  42. echo PLUS! situé dans le Panneau de configuration et sélectionnez
  43. echo EWJTHEME pour modifier votre bureau.
  44. echo.
  45.  
  46. PAUSE
  47.  
  48. REM ** make EWJ directory in Plus! directory **
  49. MD %path%\EWJ
  50.  
  51. REM ** Copy all files **
  52. echo.
  53. REM ** copying 2 animated icons **
  54. echo ...copie des icônes
  55. copy %source%\*.ani %path%\EWJ
  56. REM ** copying 12 cursor files **
  57. echo ...copie des curseurs
  58. copy %source%\*.cur %path%\EWJ
  59. REM ** copying 4 icon files **
  60. echo ...copie des icônes
  61. copy %source%\*.ico %path%\EWJ
  62. REM ** copying 1 palette file **
  63. echo ...copie de la palette
  64. copy %source%\*.pal %path%
  65. REM ** copying 16 wav files **
  66. echo ...copie des sons
  67. copy %source%\*.wav %path%\EWJ
  68. REM ** copying 1 jpg file **
  69. echo ...copie du fichier du bureau
  70. copy %source%\*.jpg %path%
  71. REM ** copying 1 theme file **
  72. echo ...copie du fichier du thème
  73. copy %source%\*.the %path%\*.theme
  74.  
  75. echo.
  76. echo COPIE TERMINEE.
  77. echo.
  78. PAUSE
  79. goto success
  80.  
  81.  
  82. REM ***** INSTALL ERROR *****
  83. :errorend
  84. echo.
  85. echo ERREUR!
  86. echo.
  87. echo Impossible de localiser le dossier de Microsoft
  88. echo Plus! Vous avez besoin de Microsoft Plus! pour
  89. echo installer et utiliser le Thème du bureau
  90. echo Earthworm Jim.
  91. echo.
  92. PAUSE
  93. goto end
  94.  
  95.  
  96. REM ***** INSTALL SUCCESS *****
  97. :success
  98. echo.
  99. echo GROOVY!
  100. echo.
  101. echo Vous êtes devenu un fier propriétaire du Thème du
  102. echo bureau Earthworm Jim pour Microsoft Plus! Pour
  103. echo l'installer sur votre bureau, lancez le programme
  104. echo des Thèmes du bureau de Windows 95 et sèlectionnez
  105. echo le thème "EWJTHEME".
  106. echo.
  107. PAUSE
  108. goto end
  109.  
  110.  
  111. REM ***** UNINSTALL *****
  112. :uninstall
  113. echo.
  114. echo BIENVENUE.
  115. echo.
  116. echo Appuyez sur une touche pour SUPPRIMER tous les fichiers
  117. echo du Thème du bureau Earthworm Jim installès. Ceci
  118. echo libérera près de 800Ko sur le disque dur.
  119. echo.
  120. echo IMPORTANT: Aussitôt après avoir terminé de désinstaller
  121. echo le Thème du bureau Earthworm Jim, lancez le programme
  122. echo des Thèmes du bureau de Microsoft PLUS! situé dans le
  123. echo Panneau de configuration et choisissez un nouveau
  124. echo Thème du bureau.
  125. echo.
  126.  
  127. PAUSE
  128.  
  129. REM ** DELETE ALL FILES **
  130. echo.
  131. REM ** delete 2 animated icons **
  132. echo ...suppression des icônes
  133. del %path%\EWJ\EWJ_DT07.ani
  134. del %path%\EWJ\EWJ_DT08.ani 
  135. REM ** deleting 12 cursor files **
  136. echo ...suppression des curseurs
  137. del %path%\EWJ\EWJ_DT05.cur 
  138. del %path%\EWJ\EWJ_DT06.cur
  139. del %path%\EWJ\EWJ_DT09.cur
  140. del %path%\EWJ\EWJ_DT10.cur
  141. del %path%\EWJ\EWJ_DT11.cur
  142. del %path%\EWJ\EWJ_DT12.cur
  143. del %path%\EWJ\EWJ_DT13.cur
  144. del %path%\EWJ\EWJ_DT14.cur
  145. del %path%\EWJ\EWJ_DT15.cur
  146. del %path%\EWJ\EWJ_DT16.cur
  147. del %path%\EWJ\EWJ_DT17.cur
  148. del %path%\EWJ\EWJ_DT18.cur
  149. REM ** deleting 4 icon files **
  150. echo ...supression des icônes
  151. del %path%\EWJ\EWJ_DT01.ico
  152. del %path%\EWJ\EWJ_DT02.ico
  153. del %path%\EWJ\EWJ_DT03.ico
  154. del %path%\EWJ\EWJ_DT04.ico
  155. REM ** deleting 1 palette file **
  156. echo ...supression de la palette
  157. del %path%\EWJ_DT19.pal 
  158. REM ** deleting 16 wav files **
  159. echo ...supression des sons
  160. del %path%\EWJ\EWJ_DT21.wav
  161. del %path%\EWJ\EWJ_DT22.wav
  162. del %path%\EWJ\EWJ_DT23.wav
  163. del %path%\EWJ\EWJ_DT24.wav
  164. del %path%\EWJ\EWJ_DT25.wav
  165. del %path%\EWJ\EWJ_DT26.wav
  166. del %path%\EWJ\EWJ_DT27.wav
  167. del %path%\EWJ\EWJ_DT28.wav
  168. del %path%\EWJ\EWJ_DT29.wav
  169. del %path%\EWJ\EWJ_DT30.wav
  170. del %path%\EWJ\EWJ_DT31.wav
  171. del %path%\EWJ\EWJ_DT32.wav
  172. del %path%\EWJ\EWJ_DT33.wav
  173. del %path%\EWJ\EWJ_DT34.wav
  174. del %path%\EWJ\EWJ_DT35.wav
  175. del %path%\EWJ\EWJ_DT36.wav
  176. REM ** deleting 1 jpg file **
  177. echo ...supression du fichier du bureau
  178. del %path%\EWJ_DT19.jpg
  179. REM ** deleting 1 theme file **
  180. echo ...supression du fichier de thème
  181. del %path%\EWJTHEME.theme
  182.  
  183. REM ** delete the EWJ directory in the Plus! directory **
  184. RD %path%\EWJ
  185.  
  186. echo.
  187. PAUSE
  188.  
  189. if exist %path%\EWJ\nul goto uninstallfail
  190.  
  191. echo.
  192. echo LE THEME DU BUREAU EARTHWORM JIM EST MAINTENANT DESINSTALLE.
  193. echo.
  194. echo IMPORTANT: Lancez le programme des Thèmes du bureau de
  195. echo Microsoft PLUS! situé dans le Panneau de configuration et
  196. echo choisissez un nouveau Thème du bureau.
  197. echo.
  198. PAUSE
  199. goto end
  200.  
  201. :uninstallfail
  202. echo.
  203. echo ERREUR EN COURS DE DESINSTALLATION. LE BUREAU EARTHWORM
  204. echo JIM N'A PAS ETE DESINSTALLE. REESSAYEZ OU EFFACEZ LES
  205. echo FICHIERS MANUELLEMENT.
  206. echo.
  207. PAUSE
  208.  
  209. :end
  210.  
  211. REM **********
  212. REM EARTHWORM JIM DESKTOP THEME
  213. REM FOR MICROSOFT PLUS!
  214. REM COPYRIGHT 1995 ACTIVISION
  215. REM DO NOT DISTRIBUTE
  216. REM DO NOT MODIFY
  217. REM CREATED BY TIN GUERRERO
  218. REM FRENCH VERSION
  219. REM **********
  220.